func net/netip.parseIPv4

2 uses

	net/netip (current package)
		netip.go#L119: 			return parseIPv4(s)
		netip.go#L196: func parseIPv4(s string) (ip Addr, err error) {